home *** CD-ROM | disk | FTP | other *** search
- Path: munnari.OZ.AU!metro!metro!extro!bdsilver
- From: bdsilver@extro.ucc.su.OZ.AU (Brett David Silverman)
- Newsgroups: comp.lang.c++
- Subject: extending c++ to include type bool
- Date: 16 Apr 96 23:47:34 GMT
- Organization: Information Services, The University of Sydney, NSW, Australia
- Distribution: inet
- Message-ID: <bdsilver.829698454@extro>
- NNTP-Posting-Host: extro.ucc.su.oz.au
- Keywords: bool
-
- I want to compile written for BC5, in BC45, however this
- question applies to all.
- BC5 has, along with standard types, a new type called bool, with
- all the standart properties you'd expect bool to have!
- It's used extensively in the source I wish to compile, however
- BC45 has no type bool.
- The question: Is it possible to create a class bool, in such a way
- that it looks, smells, feels, talks, etc like the "real" bool?
- To the extent that I can create this class so that I am guaranteed that
- the source will work, even though I can't see the source?
- If so, could you include a frame work to start me on my travels.
- Thanks in advanced
- Brett Silverman
-
-